Method IsBalanced<TProps>(ITreeRedbObject<TProps>)
Checks if typed tree is balanced (subtree depth difference does not exceed 1).
public static bool IsBalanced<TProps>(this ITreeRedbObject<TProps> root) where TProps : class, new()
Checks if typed tree is balanced (subtree depth difference does not exceed 1).
public static bool IsBalanced<TProps>(this ITreeRedbObject<TProps> root) where TProps : class, new()